home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4750 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  688 b 

  1. Path: news.candu.aecl.ca!news
  2. From: Mark Kotyk <kotykm@sask.aecl.ca>
  3. Newsgroups: comp.lang.c++
  4. Subject: Interrupts in C++
  5. Date: Wed, 31 Jan 1996 13:13:46 -0600
  6. Organization: AECL
  7. Message-ID: <310FBF6A.6692@sask.aecl.ca>
  8. NNTP-Posting-Host: speed.sask.aecl.ca
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b5 (WinNT; I)
  13.  
  14. I've been trying to get a good Com class going, but soon found 
  15. out there is no easy way to get a Dos interrupt handler to sit 
  16. in a class, and have access to private data members.  
  17.  
  18. Any help.  I have picked up a package that did allow interrupts 
  19. to be created dynamically, but it was rather large.
  20.